home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / nwlite / faxdoc.exe / 2609.TXT < prev    next >
Text File  |  1993-05-12  |  4KB  |  94 lines

  1.  
  2.  
  3.                                      FYI
  4.  
  5. (Note:  The origin of this information may be internal or external to Novell. 
  6. Novell makes every effort within its means to verify this information. 
  7. However, the information provided in this document is FOR YOUR INFORMATION
  8. ONLY.  Novell makes no explicit or implied claims to the validity of this
  9. information.)
  10.  
  11.           TITLE:    TSRs and NetWare Lite
  12.    DOCUMENT ID#:    FYI.P.6112
  13.            DATE:    18DEC92
  14.         PRODUCT:    NetWare Lite
  15. PRODUCT VERSION:    All versions
  16.      SUPERSEDES:    NA
  17.  LITE FAX DOC #:    2609
  18.  
  19. SYMPTOM
  20.  
  21.      NA
  22.  
  23. ISSUE/PROBLEM
  24.  
  25.      TSRs and NetWare Lite
  26.      TSR (Terminate and Stay Resident)
  27.  
  28.      NetWare Lite is designed around two primary TSRs.
  29.  
  30.      1.   SERVER.EXE, that acts as the "disperser" of requests whether it be
  31.           printing or file services.  SERVER.EXE is quite complex and
  32.           considers several issues particularly background printing,
  33.           DOS/Windows busy flags, file sharing (through Share), and
  34.           communication with other servers/clients on the network.
  35.  
  36.      2.   CLIENT.EXE acts as the redirector if the request is not for DOS.
  37.  
  38.           Because both SERVER.EXE and CLIENT.EXE execute as a TSR on DOS, it
  39.           is necessary to hook interrupts to provide the functionality for
  40.           NetWare Lite.
  41.  
  42.           Typically, problems will be met when two or more TSRs attempt to
  43.           hook an interrupt and may not be aware of the other TSR hooking that
  44.           interrupt.  This, in essence, is usually the cause of TSRs not
  45.           coexisting with one another.  In a peer-to-peer network such as
  46.           NetWare Lite the issue is greatly magnified due to functionality
  47.           requirements that a peer-to-peer  LAN provides.
  48.  
  49.           Novell, has not done a comprehensive test matrix regarding
  50.           compatibility with other TSRs and NetWare Lite.  However, it is
  51.           recommended that the TSR vendor be contacted for compatibility with
  52.           NetWare Lite v1.1 if problems are met.
  53.  
  54.      TSRs Known to Have Problems
  55.  
  56.      1.   Pyro (screen saver)
  57.                Symptoms: Locks other stations when it activates.
  58.  
  59.      2.   PC Support Program (3270,5250 emulation)
  60.                Symptoms: Locks other stations and causes printing not to work.
  61.  
  62.           Note:  Other resident applications such as ViewMax (with DR DOS),
  63.           and DESQview may exhibit similar problems.
  64.  
  65.  
  66.      Suggested Workaround
  67.  
  68.      If problems are met and several applications or TSRs are being loaded,
  69.      you may consider the following suggestions:
  70.  
  71.      1.   TSRs come in many forms such as, virus checking, screen savers,
  72.           cache drivers, mouse drivers, or hotkey (popup) type applications.
  73.  
  74.           A.   First remove TSRs one at a time until a possible culprit is
  75.                identified.
  76.  
  77.           B.   Try rearranging the load order of other TSRs and NetWare Lite.
  78.  
  79.           C.   If using Windows, check to see if TSRs are loaded before
  80.                Windows or from Windows using an icon or if loading from a DOS
  81.                box.  Depending on which method is used, you may try changing
  82.                the load order or method.
  83.  
  84.      2.   If memory management is being used, check to see where TSRs are
  85.           loading.  Sometimes a larger TSR may not have enough Upper memory
  86.           available and will load into conventional memory.  This may be
  87.           undesirable if it uses to much conventional memory.  You may try
  88.           loading different TSRs to Upper or Conventional memory to see what
  89.           works best for you.
  90.  
  91. SOLUTION
  92.  
  93.      NA
  94.